home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2000 June / Internet Magazine June 2000.iso / pc / software / windows / multimed / scene_assembler / isa.exe / %SHAREDDIR% / Tina.ocx / PROTO / TCIPROTO.WRL < prev    next >
Encoding:
Text File  |  2000-03-29  |  320 b   |  16 lines

  1. #VRML V2.0 utf8
  2.  
  3. PROTO _color_interpolator_ [
  4. eventIn SFFloat set_fraction
  5. eventOut SFColor value
  6. field MFFloat key []
  7. field MFColor keyValue []
  8. field SFInt32 keyType 1
  9. field MFFloat userData []
  10. ] {
  11. ColorInterpolator {
  12. set_fraction IS set_fraction
  13. value_changed IS value
  14. key IS key
  15. keyValue IS keyValue
  16. }}